home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Magazine 28 Bonus
/
CDRomMagazine-SoftKey-ArtPassion-FrenchVersion-Win31Mac.bin
/
data
/
crmixpl.dir
/
00087_Script_WIN - END COLOR WHEEL GAME
< prev
next >
Wrap
Text File
|
1996-05-07
|
689b
|
28 lines
-- ---------------------------------------------------------------
-- Handler winColorWheelGame is called when the user successfully
-- mixed all the colors in the color wheel.
on winColorWheelGame
puppetSound "success"
updateStage
set the locH of sprite 36 = 350
set the locV of sprite 36 = 200
updatestage
waitTicks 240
set the locH of sprite 36 = 2000
updatestage
endColorWheelGame
end
-- ---------------------------------------------------------------
-- Handler endColorWheelGame is called when the user successfully
on endColorWheelGame
-- shut off puppets
-- reset visibles
-- clear globals ...
go to frame "CRmixPL1"
end